From 6b2f4b8259176c1797a6be68f7230162c3fb13bc Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 13 Aug 2006 06:40:25 +0000 Subject: [PATCH] Add options for KML and NMEA formats. --- xmldoc/formats/options/kml-extrude.xml | 7 +++++++ xmldoc/formats/options/kml-trackdata.xml | 8 ++++++++ xmldoc/formats/options/kml-units.xml | 5 +++++ xmldoc/formats/options/nmea-baud.xml | 4 ++++ xmldoc/formats/options/nmea-get_posn.xml | 3 +++ 5 files changed, 27 insertions(+) create mode 100644 xmldoc/formats/options/kml-extrude.xml create mode 100644 xmldoc/formats/options/kml-trackdata.xml create mode 100644 xmldoc/formats/options/kml-units.xml create mode 100644 xmldoc/formats/options/nmea-baud.xml create mode 100644 xmldoc/formats/options/nmea-get_posn.xml diff --git a/xmldoc/formats/options/kml-extrude.xml b/xmldoc/formats/options/kml-extrude.xml new file mode 100644 index 000000000..2cb3a4027 --- /dev/null +++ b/xmldoc/formats/options/kml-extrude.xml @@ -0,0 +1,7 @@ + +This option is a boolean flag to specicy whether Google Earth should +draw lines from trackpoints to the ground. It defaults to '0', which +means no extrusion lines are drawn. The option of '1' is, of course, +most useful for points that aren't actually on the ground such as those +be captured from planes. + diff --git a/xmldoc/formats/options/kml-trackdata.xml b/xmldoc/formats/options/kml-trackdata.xml new file mode 100644 index 000000000..a27154033 --- /dev/null +++ b/xmldoc/formats/options/kml-trackdata.xml @@ -0,0 +1,8 @@ + +This is a boolean flag that controls +whether GPSBabel writes extensive data for each trackpoint generated. +By default computed speed, timestamps, and so on are written with the default +of '1' for this option. If you are writing large tracks and do not value +this information, you can reduce the size of the generated file substantially +by turning this flag off by setting it to '0'. + diff --git a/xmldoc/formats/options/kml-units.xml b/xmldoc/formats/options/kml-units.xml new file mode 100644 index 000000000..7d2db21f5 --- /dev/null +++ b/xmldoc/formats/options/kml-units.xml @@ -0,0 +1,5 @@ + +Units is a simple option. Specify 's' for "statute" (miles, feet, and +other things that don't sensibly convert to each other, but are craved +by Americans) or 'm' for "metric". + diff --git a/xmldoc/formats/options/nmea-baud.xml b/xmldoc/formats/options/nmea-baud.xml new file mode 100644 index 000000000..5aff834a1 --- /dev/null +++ b/xmldoc/formats/options/nmea-baud.xml @@ -0,0 +1,4 @@ + +To the "nmea" module, the "baud" option specifies the baud rate of the +serial connection when used with the real-time tracking option. + diff --git a/xmldoc/formats/options/nmea-get_posn.xml b/xmldoc/formats/options/nmea-get_posn.xml new file mode 100644 index 000000000..dbc7b2ce6 --- /dev/null +++ b/xmldoc/formats/options/nmea-get_posn.xml @@ -0,0 +1,3 @@ +This options, when specified, returns the current position as a single +waypoint. + -- 2.30.2